Installation Note 40678: %createrrr macro fails in non-English installations
During installation of SAS® Risk Reporting Repository, you compile and call two macros: %rrrinit and %createrrr. In non-English installations, the call to %createrrr will fail with one of the following messages:
WARNING: Apparent invocation of macro DDLRRR not resolved.
WARNING: Apparent invocation of macro RRR_IC not resolved.
WARNING: Physical file does not exist, [path]\pop_rrr.sas.
ERROR: Cannot open %INCLUDE file [path]/pop_rrr.sas.
The reason for the failure is that the %rrrinit macro initializes paths to incorrect values in non-English installations.
When you install SAS® Risk Reporting Repository in non-English, you must first edit the rrrinit.sas file to replace instances of !sasext0 with %sysget(SASROOT) before you compile and execute it. This step ensures that paths are correctly initialized.
You will find the following lines of code in rrrinit.sas:
%let host_ucmacro_path = !sasext0/rskrptmrtvrt/ucmacros;
%let rrrprogppath = !sasext0/rskrptmrtvrt/;
%let rrrprogpath = !sasext0/rskrptmrtvrt/sasmisc/programs
|
Replace them with these lines of code:
%let host_ucmacro_path = %sysget(SASROOT)/rskrptmrtvrt/ucmacros;
%let rrrprogppath = %sysget(SASROOT)/rskrptmrtvrt/;
%let rrrprogpath = %sysget(SASROOT)/rskrptmrtvrt/sasmisc/programs
|
For English installations, this change is not required because !sasext0 and %sysget(SASROOT) point to the same location.
Operating System and Release Information
SAS System | SAS Risk Reporting Repository | Microsoft Windows 2000 Datacenter Server | 1.3 | | | |
Microsoft Windows 2000 Server | 1.3 | | | |
Microsoft Windows 2000 Advanced Server | 1.3 | | | |
Microsoft® Windows® for x64 | 1.3 | 1.4 | | 9.2 TS2M0 |
Microsoft Windows 95/98 | 1.3 | | | |
Microsoft Windows 2000 Professional | 1.3 | | | |
Microsoft Windows NT Workstation | 1.3 | | | |
Microsoft Windows Server 2003 Datacenter Edition | 1.3 | 1.4 | | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise Edition | 1.3 | 1.4 | | 9.2 TS2M0 |
Microsoft Windows Server 2003 Standard Edition | 1.3 | 1.4 | | 9.2 TS2M0 |
Microsoft Windows Server 2003 for x64 | 1.3 | 1.4 | | 9.2 TS2M0 |
Microsoft Windows Server 2008 | 1.3 | | | |
Microsoft Windows Server 2008 for x64 | 1.3 | 1.4 | | 9.2 TS2M0 |
Microsoft Windows XP Professional | 1.3 | 1.4 | | 9.2 TS2M0 |
Windows 7 Enterprise 32 bit | 1.3 | | | |
Windows 7 Enterprise x64 | 1.3 | | | |
Windows 7 Home Premium 32 bit | 1.3 | | | |
Windows 7 Home Premium x64 | 1.3 | | | |
Windows 7 Professional 32 bit | 1.3 | | | |
Windows 7 Professional x64 | 1.3 | | | |
Windows 7 Ultimate 32 bit | 1.3 | | | |
Windows 7 Ultimate x64 | 1.3 | | | |
Windows Millennium Edition (Me) | 1.3 | | | |
Windows Vista | 1.3 | 1.4 | | 9.2 TS2M0 |
Windows Vista for x64 | 1.3 | 1.4 | | 9.2 TS2M0 |
64-bit Enabled AIX | 1.3 | 1.4 | | 9.2 TS2M0 |
64-bit Enabled HP-UX | 1.3 | 1.4 | | 9.2 TS2M0 |
64-bit Enabled Solaris | 1.3 | 1.4 | | 9.2 TS2M0 |
HP-UX IPF | 1.3 | 1.4 | | 9.2 TS2M0 |
Linux | 1.3 | 1.4 | | 9.2 TS2M0 |
Linux for x64 | 1.3 | 1.4 | | 9.2 TS2M0 |
Solaris for x64 | 1.3 | 1.4 | | 9.2 TS2M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Installation Note |
Priority: | high |
Date Modified: | 2010-08-26 09:24:29 |
Date Created: | 2010-08-24 14:55:29 |